Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference distributed's actual TimeoutError used #534

Conversation

consideRatio
Copy link
Collaborator

@consideRatio consideRatio commented Apr 16, 2022

Closes #515 by relying on a change in dask/distributed#3394 which is released and part of distributed 2021.01.21.

By referencing the TimeoutError as defined by the distributed package, we don't have to install tornado as part of dask-gateway-server any more.


Note that this will have various merge conflicts with other PRs i have open. Prefer if those are merged before this to make me fix the conflicts in this PR instead of those.

EDIT: Going for a self-merge of this now and rebasing the others for cleaner merge of those that may merit more review and agreement.

@consideRatio consideRatio force-pushed the pr/remove-tornado-dependency-for-dask-gateway-server branch from 2bdc369 to a0c4579 Compare April 16, 2022 17:56
@consideRatio consideRatio merged commit 5fae02d into dask:main Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

except tornado.gen.TimeoutError: we need to import tornado?
1 participant